"192.168.0.1:sipop" Previous topic Chapter index Next topic

PERIODOPORPROYECTO

 

 

Descriptions

PERIODO REGISTRADO PARA LOS PROYECTOS ACTUALES

 

Fields

PK

FK

Name

Domain

Data type

Not null

Default

Description

 

ID_PERIODO

 

CHAR (3)

 

ID del periodo

 

 

FECHA_INICIO_PERI

 

DATE

 

Fecha de inicio de un proyecto

 

 

FECHA_FIN_PERI

 

DATE

 

Fecha de finalizacion

 

Triggers

There are no triggers for table PERIODOPORPROYECTO

 

Indices

There are no indices for table PERIODOPORPROYECTO

 

References

There are no references for table PERIODOPORPROYECTO

 

Referenced

Table

Foreign Key

Fields

FK Fields

DEL Rule

UPD Rule

GRUPOTECNICOS

INTEG_262

PERIODO

ID_PERIODO

RESTRICT

RESTRICT

 

Definition


CREATE TABLE PERIODOPORPROYECTO (
    ID_PERIODO CHAR (3) CHARACTER SET NONE NOT NULL COLLATE NONE,
    FECHA_INICIO_PERI DATE NOT NULL,
    FECHA_FIN_PERI DATE NOT NULL);

ALTER TABLE PERIODOPORPROYECTO ADD PRIMARY KEY (ID_PERIODO);

    This file was generated with EMS InterBase/FireBird Manager (www.ibmanager.com) at 09/06/2005 05:52 p.m. Previous topic Chapter index Next topic